3.259 \(\int \frac{1}{x^4 (4+6 x)} \, dx\)

Optimal. Leaf size=38 \[ -\frac{1}{12 x^3}+\frac{3}{16 x^2}-\frac{9}{16 x}-\frac{27 \log (x)}{32}+\frac{27}{32} \log (3 x+2) \]

[Out]

-1/(12*x^3) + 3/(16*x^2) - 9/(16*x) - (27*Log[x])/32 + (27*Log[2 + 3*x])/32

_______________________________________________________________________________________

Rubi [A]  time = 0.0267183, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091 \[ -\frac{1}{12 x^3}+\frac{3}{16 x^2}-\frac{9}{16 x}-\frac{27 \log (x)}{32}+\frac{27}{32} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Int[1/(x^4*(4 + 6*x)),x]

[Out]

-1/(12*x^3) + 3/(16*x^2) - 9/(16*x) - (27*Log[x])/32 + (27*Log[2 + 3*x])/32

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.38979, size = 34, normalized size = 0.89 \[ - \frac{27 \log{\left (x \right )}}{32} + \frac{27 \log{\left (3 x + 2 \right )}}{32} - \frac{9}{16 x} + \frac{3}{16 x^{2}} - \frac{1}{12 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**4/(4+6*x),x)

[Out]

-27*log(x)/32 + 27*log(3*x + 2)/32 - 9/(16*x) + 3/(16*x**2) - 1/(12*x**3)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0048551, size = 38, normalized size = 1. \[ -\frac{1}{12 x^3}+\frac{3}{16 x^2}-\frac{9}{16 x}-\frac{27 \log (x)}{32}+\frac{27}{32} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^4*(4 + 6*x)),x]

[Out]

-1/(12*x^3) + 3/(16*x^2) - 9/(16*x) - (27*Log[x])/32 + (27*Log[2 + 3*x])/32

_______________________________________________________________________________________

Maple [A]  time = 0.012, size = 29, normalized size = 0.8 \[ -{\frac{1}{12\,{x}^{3}}}+{\frac{3}{16\,{x}^{2}}}-{\frac{9}{16\,x}}-{\frac{27\,\ln \left ( x \right ) }{32}}+{\frac{27\,\ln \left ( 2+3\,x \right ) }{32}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^4/(4+6*x),x)

[Out]

-1/12/x^3+3/16/x^2-9/16/x-27/32*ln(x)+27/32*ln(2+3*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.38841, size = 38, normalized size = 1. \[ -\frac{27 \, x^{2} - 9 \, x + 4}{48 \, x^{3}} + \frac{27}{32} \, \log \left (3 \, x + 2\right ) - \frac{27}{32} \, \log \left (x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/2/((3*x + 2)*x^4),x, algorithm="maxima")

[Out]

-1/48*(27*x^2 - 9*x + 4)/x^3 + 27/32*log(3*x + 2) - 27/32*log(x)

_______________________________________________________________________________________

Fricas [A]  time = 0.207803, size = 45, normalized size = 1.18 \[ \frac{81 \, x^{3} \log \left (3 \, x + 2\right ) - 81 \, x^{3} \log \left (x\right ) - 54 \, x^{2} + 18 \, x - 8}{96 \, x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/2/((3*x + 2)*x^4),x, algorithm="fricas")

[Out]

1/96*(81*x^3*log(3*x + 2) - 81*x^3*log(x) - 54*x^2 + 18*x - 8)/x^3

_______________________________________________________________________________________

Sympy [A]  time = 0.278805, size = 31, normalized size = 0.82 \[ - \frac{27 \log{\left (x \right )}}{32} + \frac{27 \log{\left (x + \frac{2}{3} \right )}}{32} - \frac{27 x^{2} - 9 x + 4}{48 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**4/(4+6*x),x)

[Out]

-27*log(x)/32 + 27*log(x + 2/3)/32 - (27*x**2 - 9*x + 4)/(48*x**3)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.205128, size = 41, normalized size = 1.08 \[ -\frac{27 \, x^{2} - 9 \, x + 4}{48 \, x^{3}} + \frac{27}{32} \,{\rm ln}\left ({\left | 3 \, x + 2 \right |}\right ) - \frac{27}{32} \,{\rm ln}\left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/2/((3*x + 2)*x^4),x, algorithm="giac")

[Out]

-1/48*(27*x^2 - 9*x + 4)/x^3 + 27/32*ln(abs(3*x + 2)) - 27/32*ln(abs(x))